Disable xenconsoled throttling for now.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 16 Aug 2005 07:07:11 +0000 (07:07 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 16 Aug 2005 07:07:11 +0000 (07:07 +0000)
tools/console/daemon/io.c

index f334458e55e10d922e0cb48c86960e36cbed4ba9..a6d058acad74fc636fc41c011da7ea0c70625856 100644 (file)
@@ -329,6 +329,7 @@ void handle_io(void)
 
                ret = select(max_fd + 1, &readfds, &writefds, 0, &tv);
                if (tv.tv_sec == 1 && (++num_of_writes % 100) == 0) {
+#if 0
                        /* FIXME */
                        /* This is a nasty hack.  xcs does not handle the
                           control channels filling up well at all.  We'll
@@ -338,6 +339,7 @@ void handle_io(void)
                           going away */
                        tv.tv_usec = 1000;
                        select(0, 0, 0, 0, &tv);
+#endif
                }
                enum_domains();